3.2712 \(\int \frac{\left (b x^n\right )^p}{x^4} \, dx\)

Optimal. Leaf size=20 \[ -\frac{\left (b x^n\right )^p}{x^3 (3-n p)} \]

[Out]

-((b*x^n)^p/((3 - n*p)*x^3))

_______________________________________________________________________________________

Rubi [A]  time = 0.0197813, antiderivative size = 20, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.182 \[ -\frac{\left (b x^n\right )^p}{x^3 (3-n p)} \]

Antiderivative was successfully verified.

[In]  Int[(b*x^n)^p/x^4,x]

[Out]

-((b*x^n)^p/((3 - n*p)*x^3))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 2.95283, size = 24, normalized size = 1.2 \[ - \frac{x^{- n p} x^{n p - 3} \left (b x^{n}\right )^{p}}{- n p + 3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x**n)**p/x**4,x)

[Out]

-x**(-n*p)*x**(n*p - 3)*(b*x**n)**p/(-n*p + 3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00429097, size = 18, normalized size = 0.9 \[ \frac{\left (b x^n\right )^p}{x^3 (n p-3)} \]

Antiderivative was successfully verified.

[In]  Integrate[(b*x^n)^p/x^4,x]

[Out]

(b*x^n)^p/((-3 + n*p)*x^3)

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 19, normalized size = 1. \[{\frac{ \left ( b{x}^{n} \right ) ^{p}}{{x}^{3} \left ( np-3 \right ) }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x^n)^p/x^4,x)

[Out]

1/x^3/(n*p-3)*(b*x^n)^p

_______________________________________________________________________________________

Maxima [A]  time = 1.40118, size = 26, normalized size = 1.3 \[ \frac{b^{p}{\left (x^{n}\right )}^{p}}{{\left (n p - 3\right )} x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n)^p/x^4,x, algorithm="maxima")

[Out]

b^p*(x^n)^p/((n*p - 3)*x^3)

_______________________________________________________________________________________

Fricas [A]  time = 0.231254, size = 30, normalized size = 1.5 \[ \frac{e^{\left (n p \log \left (x\right ) + p \log \left (b\right )\right )}}{{\left (n p - 3\right )} x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n)^p/x^4,x, algorithm="fricas")

[Out]

e^(n*p*log(x) + p*log(b))/((n*p - 3)*x^3)

_______________________________________________________________________________________

Sympy [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x**n)**p/x**4,x)

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (b x^{n}\right )^{p}}{x^{4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n)^p/x^4,x, algorithm="giac")

[Out]

integrate((b*x^n)^p/x^4, x)